Skip to content

refactor: replace interface{} with any (Go 1.18+)#3014

Closed
MD-Mushfiqur123 wants to merge 1 commit into
labstack:masterfrom
MD-Mushfiqur123:refactor/interface-to-any
Closed

refactor: replace interface{} with any (Go 1.18+)#3014
MD-Mushfiqur123 wants to merge 1 commit into
labstack:masterfrom
MD-Mushfiqur123:refactor/interface-to-any

Conversation

@MD-Mushfiqur123

Copy link
Copy Markdown

Replaces all occurrences of interface{} with any for Go 1.18+ compatibility.

@aldas

aldas commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Please rebase you branch on latest and see if there are interface{} to replace.

@MD-Mushfiqur123

Copy link
Copy Markdown
Author

Rebased on latest master. The same 2 files still have interface{} that were already fixed. No new occurrences appeared.

@MD-Mushfiqur123 MD-Mushfiqur123 force-pushed the refactor/interface-to-any branch from de383e0 to 3124647 Compare June 15, 2026 10:04
@aldas

aldas commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@MD-Mushfiqur123 please sync your repository master branch with Echo master branch and the rebase this PR on that

@aldas

aldas commented Jun 15, 2026

Copy link
Copy Markdown
Contributor
image

@MD-Mushfiqur123

Copy link
Copy Markdown
Author
image

Done

@aldas

aldas commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Please fix your branch. It is based on v4 if you would look at the changes.

@MD-Mushfiqur123

Copy link
Copy Markdown
Author

Closing this PR — the upstream master already migrated interface{}any, so this change is no longer needed. The original PR was also based on v4/echo/v4 imports which would have been incorrect for master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants